-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ecmascript)!: switch to ES2024 #2505
base: master
Are you sure you want to change the base?
Conversation
Cloudflare Pages deployment
|
d7fd08c
to
13c5a62
Compare
Something I've been forgetting to update is the browserslist query. However, there's no possibility to query by ECMAScript version: browserslist/browserslist#795 TODO: Investigate with CanIUse or browserslist themselves in a way to support querying for specific ecma versions, since it would be much easier and maintenable to do it that way. |
23221f8
to
7324af4
Compare
f9af7d1
to
b898fd1
Compare
For some reason, the client throwed an error about incorrect attribute when using Docker buildx's docker-container driver. The build worked flawlessly when using the normal docker build command (which is now an alias to docker buildx build, but with the docker driver) and in the host system using normal commands, and that's why it went unnoticed. Really strange error... Perhaps something encoding related in the outputted files? Either way, this commit fixes it by removing the trailing double quotes from the component!
Quality Gate passedIssues Measures |
da410ff
to
9a9eeae
Compare
The ECMAScript upgrade is needed for
Object.groupBy
, which we use across the codebaseThis can't be merged until TypeScript 5.7 has ubiquituous support by
VSCode
,ESLint
andvue-tsc